CGI.setVarMode

set the cgi Variable mode of a given name and index Keep in mind the cgi environment can contain multiple variables with the same name. The index allows us to get the one we want.

  1. void setVarMode(string name, CGIMODES mode)
  2. void setVarMode(string name, CGIMODES mode, int index)
    class CGI
    void
    setVarMode
    (
    string name
    ,,
    int index
    )

Meta